home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 May / may_2001.iso / intercd / root / Html / ^stIHEditor / setup.exe / {app} / tinyweb / CGITEST.ZIP / LOGIN.DPR < prev    next >
Encoding:
Text File  |  1997-10-22  |  309 b   |  17 lines

  1. //////////////////////////////////////////////////////////////////////////
  2. //
  3. //  CGI Testing Example
  4. //
  5. //  Copyright (C) 1997 RIT Research Labs
  6. //
  7. //////////////////////////////////////////////////////////////////////////
  8.  
  9.  
  10. program Login;
  11.  
  12. uses LoginU in 'LoginU.pas';
  13.  
  14. begin
  15.   ComeOn;
  16. end.
  17.